home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_94_wait on credits = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  185 b   |  12 lines

  1. on exitFrame
  2.   if (the timer < 500) and not (the mouseDown) then
  3.     go(the frame)
  4.   else
  5.     if the runMode <> "author" then
  6.       quit()
  7.     else
  8.       halt()
  9.     end if
  10.   end if
  11. end
  12.